Global Index
HTML5 JS API Index > Typed Arrays Tutorials & Specs

ArrayBufferView

Implemented by Int8Array, Uint8Array, Uint8ClampedArray, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, Float64Array, DataView

The ArrayBufferView type holds information shared among all of the types of views of ArrayBuffers.

This type groups properties and / or operations together for documentation purposes and does not have an explicit JavaScript representation.

Properties
ArrayBufferbuffer
unsigned longbyteLength
unsigned longbyteOffset
Referenced by
BlobBlob(...)
WebGLRenderingContextBasetexSubImage2D(...)